I'm trying to get my Kflop/Kstep working with a mini-lathe. I got motion out of the motors, but that's about it.I have been trying to get Mach3 to work. When I open the Mach3 Turn program and hit Reset, I get a message telling me it can't find init.c.
I went to Kmotion and tried to write an init.c file. I saved everything to the clipboard and tried to paste it into the C editor, but it refused, whether I used the right mouse button or CTRL-V. I finally managed to open the existing init.c file using Notepad, and I pasted the code there. Then I ran Mach3 again, and it still said it couldn't find init.c. Is there a specific location where I should put it? I found it in the C programs folder.
Kmotion is not liking the Gcode I've tried, either. Is there a list of Gcode terms this program likes?
All I want right now are x and z movements. No coolant or spindle. One problem I've had is that the program disables axes for x and z values it doesn't like. It seems to like anything up to 0.2", but after that, it disables the axis unless I use the simulation mode. I do not have switches, and the soft limits appear to be set to values with huge exponents, assuming I understand the notation.
Can someone give me a clue here? I am not an EE or computer science major. This is my first CNC tool.